table of contents
GLUTREPORTERRORS(3) | Library Functions Manual (local) | GLUTREPORTERRORS(3) |
NAME¶
glutReportErrors
—
Reports all available OpenGL errors.
LIBRARY¶
OpenGLUT - opengl
SYNOPSIS¶
#include
<openglut.h>
void
glutReportErrors
(void);
DESCRIPTION¶
Displays as an OpenGLUT warning every OpenGL error that OpenGL remembers giving to us and which we have not processed. Uses gluErrorString().
This is forcibly done by OpenGLUT periodically if "-gldebug" is one of the strings passed into glutInit() via rgv.